home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / index.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  29 lines

  1.  
  2. INDEX(3)                   UNIX Programmer's Manual                   INDEX(3)
  3.  
  4. NNAAMMEE
  5.      iinnddeexx - locate character in string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _c_h_a_r _*
  11.      iinnddeexx(_c_o_n_s_t _c_h_a_r _*_s, _i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The iinnddeexx() function locates the first character matching _c (converted to
  15.      a _c_h_a_r) in the null-terminated string _s.
  16.  
  17. RREETTUURRNN VVAALLUUEESS
  18.      The character _c is returned if it is found; otherwise NULL is returned.
  19.      If _c is '\0', iinnddeexx() locates the terminating '\0'.
  20.  
  21. SSEEEE AALLSSOO
  22.      memchr(3),  rindex(3),  strchr(3),  strcspn(3),  strpbrk(3),  strrchr(3),
  23.       strsep(3),  strspn(3),  strstr(3),  strtok(3)
  24.  
  25. HHIISSTTOORRYY
  26.      A iinnddeexx() function appeared in Version 6 AT&T UNIX.
  27.  
  28. BSD Experimental                April 19, 1991                               1
  29.